Vcenter NamespaceManagement SupervisorServices ClusterSupervisorServices Info
This schema is deprecated as of vSphere API 9.0.0.0.
The Vcenter NamespaceManagement SupervisorServices ClusterSupervisorServices Info schema contains the detailed information about a Supervisor Service on the vSphere Supervisor.
This schema was added in vSphere API 7.0.3.0.
{
"desired_version": "string",
"service_namespace": "string",
"config_status": "string",
"messages": [
{
"severity": "string",
"details": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
],
"current_version": "string",
"display_name": "string",
"description": "string",
"prefix": "string",
"yaml_service_config": "string"
}
This property is deprecated as of vSphere API 9.0.0.0.
The desired version of this Supervisor Service.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
Identifier of the namespace to allocate the Supervisor Service's operators.
This property was added in vSphere API 7.0.3.0.
If missing or null
, there is an error when creating the service namespace or the namespace has not been created yet.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance
.
This property is deprecated as of vSphere API 9.0.0.0.
Current setting for Vcenter NamespaceManagement SupervisorServices ClusterSupervisorServices ConfigStatus.
For more information see: Vcenter NamespaceManagement SupervisorServices ClusterSupervisorServices ConfigStatus.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
Current set of messages associated with the Supervisor Service on the vSphere Supervisor.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
The current version for the Supervisor Service.
This property was added in vSphere API 7.0.3.0.
If missing or null
, there is no version installed for the Supervisor Service.
This property is deprecated as of vSphere API 9.0.0.0.
A human readable name of the Supervisor Service.
This property was added in vSphere API 7.0.3.0.
This property is deprecated as of vSphere API 9.0.0.0.
A human readable description of the Supervisor Service.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the description for the service version is empty.
This property is deprecated as of vSphere API 9.0.0.0.
The prefix that will be added to the names of the Supervisor Service's kubernetes resources.
This property was added in vSphere API 7.0.3.0.
If missing or null
, the prefix is not assigned yet.
This property is deprecated as of vSphere API 9.0.0.0.
The configuration parameters applied on this Supervisor Service, formatted as a base64 encoded YAML document. Any configuration that has been set will be returned as base64 encoded YAML, including the service_config.
This property was added in vSphere API 8.0.0.1.
If missing or null
, the Supervisor Service has no configuration applied.